home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Source Code
/
Visual Basic Source Code.iso
/
vbsource
/
statep1a
/
dropdown.asp
next >
Wrap
Text File
|
1999-09-23
|
569b
|
28 lines
<html>
<head>
<title>City of Fresno</title>
</head>
<body bgcolor="white">
<center>
<!-- #include file="menus.inc"-->
<table width=600 cellpadding=0 cellspacing=0 border=0>
<tr>
<td><font face='arial'>
<form action="whatever.asp" method="post">
Select State or Province:<br>
<select name="state">
<br><option value="none">Outside of North America
<% AddMenu "state" %>
</select>
<p>Select Country:
<br><select name="country">
<% Addmenu "country" %>
</select>
</form></font>
</td>
</tr>
</table>
</center>
</body>
</html>